home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / TF95140 / TEKFCT95.EXE / 0 / RCDATA / TEZSELECT / TEZSELECT.txt
Text File  |  1997-07-12  |  693b  |  38 lines

  1. object EZSelect: TEZSelect
  2.   Left = 200
  3.   Top = 108
  4.   Width = 179
  5.   Height = 300
  6.   BorderIcons = []
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object ListView1: TExtlistView
  16.     Left = 0
  17.     Top = 0
  18.     Width = 171
  19.     Height = 240
  20.     Align = alClient
  21.     AutoSort = True
  22.     Columns = <>
  23.     ReadOnly = False
  24.     OnChange = ListView1Change
  25.     ShowColumnHeaders = False
  26.     TabOrder = 0
  27.     ViewStyle = vsReport
  28.   end
  29.   object Panel1: TPanel
  30.     Left = 0
  31.     Top = 240
  32.     Width = 171
  33.     Height = 33
  34.     Align = alBottom
  35.     TabOrder = 1
  36.   end
  37. end
  38.